# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1069.52.2 -> 1.1069.52.3 # drivers/scsi/qla1280.c 1.8 -> 1.9 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/10/09 bjorn.helgaas@hp.com 1.1069.52.3 # qla1280: exclude SGI SN2 code for generic builds for now (doesn't compile). # -------------------------------------------- # diff -Nru a/drivers/scsi/qla1280.c b/drivers/scsi/qla1280.c --- a/drivers/scsi/qla1280.c Thu Oct 9 15:19:47 2003 +++ b/drivers/scsi/qla1280.c Thu Oct 9 15:19:47 2003 @@ -2112,7 +2112,7 @@ ha->flags.abort_isp_active = 0; ha->flags.ints_enabled = 0; -#if defined(CONFIG_IA64_GENERIC) || defined(CONFIG_IA64_SGI_SN2) +#if defined(CONFIG_IA64_SGI_SN2) if (ia64_platform_is("sn2")) { int count1, count2; int c;